home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15011 < prev    next >
Encoding:
Text File  |  1988-03-14  |  274 b   |  12 lines

  1. Sets the string in the STR# resource to String.
  2.  
  3. Var1: The string you want to change to.
  4.  
  5. Var2: the Resource ID of the STR#.
  6.  
  7. Var3: The Index of the string in the STR# resource.
  8.  
  9. Example:
  10.  
  11. SetIndString("New";15000;1)
  12. ` This will make the STR# 15000, number 1 string to "New"